execute

abstract fun execute(command: EditorCommand): Boolean

Executes the given command in the frame.

Before executing the command it is recommended to check whether it can be executed or not using the isCommandEnabled method.

Return

true if the command has been executed successfully

Parameters

command

the command to execute

See also

Throws

when the frame is closed